From c62a1bfded2bce0c58857b83627ebca049f3d56a Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Wed, 23 Apr 2008 08:56:55 +0000 Subject: [PATCH] (mac-ts-active-input-buf): Move defvar to macterm.c. --- lisp/term/mac-win.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el index eaa0e35fa5b..e63ffdf486c 100644 --- a/lisp/term/mac-win.el +++ b/lisp/term/mac-win.el @@ -83,6 +83,7 @@ (defvar mac-apple-event-map) (defvar mac-font-panel-mode) (defvar mac-ts-active-input-overlay) +(defvar mac-ts-active-input-buf) (defvar x-invocation-args) (defvar x-command-line-resources nil) @@ -1859,8 +1860,6 @@ With numeric ARG, display the font panel if and only if ARG is positive." ) ;; (fboundp 'mac-set-font-panel-visible-p) ;;; Text Services -(defvar mac-ts-active-input-buf "" - "Byte sequence of the current Mac TSM active input area.") (defvar mac-ts-update-active-input-area-seqno 0 "Number of processed update-active-input-area events.") (setq mac-ts-active-input-overlay (make-overlay 0 0)) -- 2.30.2